Visual Basic (Declaration) | |
---|---|
Public Overloads Function AutoCompleteTaskAsync( _ ByVal polygons As IList(Of Graphic), _ ByVal polylines As IList(Of Graphic), _ ByVal cancellationToken As CancellationToken _ ) As Task(Of AutoCompleteResult) |
C# | |
---|---|
public Task<AutoCompleteResult> AutoCompleteTaskAsync( IList<Graphic> polygons, IList<Graphic> polylines, CancellationToken cancellationToken ) |
Parameters
- polygons
- The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
- polylines
- An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
- cancellationToken
- The cancellation token.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8